Convert Unix to Time
Command Prototype
dRet = Time.FromUnixTime(dTime, bMS)
Command Description
Convert a Unix timestamp to time data (the time elapsed since January 1, 1900)
Parameter Description
- Required Parameter
- dTime--The Unix timestamp to be converted
- bMS--Whether a Unix timestamp is millisecond precision, the default is false
- return
- dRet--The variable used to save the output of the function call